examples
Class id3d

java.lang.Object
  |
  +--examples.id3d
All Implemented Interfaces:
Defines

public class id3d
extends java.lang.Object
implements Defines

Reads a V2 tag from a file and opens a window to edit all V2 frames encountered. Makes use of the selfupdate option of createJPanel () (Ie. every parameter has its own update button)


Field Summary
 
Fields inherited from interface de.ueberdosis.mp3info.Defines
DEFAULT_ENCODING, ID3V2_FOOTER_SIZE, ID3V2_FRAME_HEADER_SIZE, ID3V2_HEADER_SIZE, ID3V2_X_HEADER_SIZE, MP3_FRAME_HEADER_SIZE, SUPPORTED_NUMBER_OF_EXTENDED_FLAG_BYTES, testPositions, VERSION
 
Constructor Summary
id3d()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

id3d

public id3d()
Method Detail

main

public static void main(java.lang.String[] args)